Journals
  Publication Years
  Keywords
Search within results Open Search
Please wait a minute...
For Selected: Toggle Thumbnails
Interactive augmentation method for aircraft engine borescope inspection images based on style transfer
FAN Wei, DUAN Bokun, HUANG Rui, LIU Ting, ZHANG Ning
Journal of Computer Applications    2020, 40 (12): 3631-3636.   DOI: 10.11772/j.issn.1001-9081.2020040585
Abstract338)      PDF (3282KB)(328)       Save
The number of defect region samples is far less than that of the normal region samples in aircraft engine borescope inspection image defect detection task, and the defect samples cannot cover the whole sample space, which result in poor generalization of the detection algorithms. In order to solve the problems, a new interactive data augmentation method based on style transfer technology was proposed. Firstly, background image and defect targets were selected according to the interactive interface, and the informations such as size, angle and position of the target needed to be pasted were specified according to the background image. Then, the style of background image was transferred to the target image through style transfer technology, so that the background image and the target to be detected had the same style. Finally, the boundary of the fusion region was modified by Poisson fusion algorithm to achieve the effect of natural transition of the connected region. Two-class classification and defect detection were conducted to verify the effectiveness of the proposed method. The testers achieve 44.0% classification error rate for the two-class classification on the dataset with real images and augmented images averagely. In the detection task based on Mask Region-based Convolutional Neural Network (Mask R-CNN) model, the proposed method has the Average Precision (AP) of classification and segmentation improved by 99.5% and 91.9% respectively compared to those of the traditional methods.
Reference | Related Articles | Metrics
Ensemble learning training method based on AUC and Q statistics
ZHANG Ning, CHEN Qin
Journal of Computer Applications    2019, 39 (4): 935-939.   DOI: 10.11772/j.issn.1001-9081.2018102162
Abstract813)      PDF (884KB)(604)       Save
Focusing on the information asymmetry problem in the process of lending, in order to integrate different data sources and loan default prediction models more effectively, an ensemble learning training method was proposed, which measured the accuracy and the diversity of learners by Area Under Curve (AUC) value and Q statistics, and an ensemble learning training method named TABAQ (Training Algorithm Based on AUC and Q statistics) was implemented. By empirical analyses based on Peer-to-Peer (P2P) loan data, it was found that the performance of ensemble learning was closely related to the accuracy and diversity of the base learners and had low correlation with the number of base learners, and statistical ensemble performed best in all ensemble learning methods. It was also found in the experiments that by integrating the information sources of borrower side and investor side, the information asymmetry in loan default prediction was effectively reduced. TABAQ can combine the advantages of both information sources fusion and ensemble learning. With the accuracy of prediction steadily improved, the number of forecast errors further reduced by 4.85%.
Reference | Related Articles | Metrics
Plant image segmentation method under bias light based on convolutional neural network
ZHANG Wenbin, ZHU Min, ZHANG Ning, DONG Le
Journal of Computer Applications    2019, 39 (12): 3665-3672.   DOI: 10.11772/j.issn.1001-9081.2019040637
Abstract478)      PDF (1365KB)(393)       Save
To solve the problems of low precision and poor generalization performance of traditional image segmentation algorithms on the plant images under bias light in plant factory, a method based on neural network and deep learning for accurately segmenting the plant images under artificial bias light in plant factory was proposed. By using this method, the segmentation accuracy on the original test set of bias light plant images is 91.89% and is far superior to that by other segmentation algorithms such as Fully Convolutional Network (FCN), clustering, threshold and region growth. In addition, this method has better segmentation effect and generalization performance than the above methods on plant images under different color lights. The experimental results show that the proposed method can significantly improve the accuracy of plant image segmentation under bias light, and can be applied to practical plant factory projects.
Reference | Related Articles | Metrics
P2P loan default prediction model based on TF-IDF algorithm
ZHANG Ning, CHEN Qin
Journal of Computer Applications    2018, 38 (10): 3042-3047.   DOI: 10.11772/j.issn.1001-9081.2018030673
Abstract600)      PDF (887KB)(429)       Save
Concerning that current P2P loan default prediction models are limited by the information asymmetry of lenders and borrowers, and do not take differences between loan lenders into account, a P2P loan default prediction model based on Term Frequency-Inverse Document Frequency (TF-IDF) algorithm of information retrieval was proposed. Firstly, based on the investment utility theory, a loan default prediction model was established by using the information such as lender's historical investment profit rate and loan bid interest rate. Secondly, referred to TF-IDF algorithm of information retrieval, loan lender's reverse investment scale factor was constructed to quantify the lender's differences, and the weight factor in the model were optimized. Experimental results show that the prediction effect of this model is better than those of other models on different data sets, its prediction accuracy increases by an average of 6% compared with other models.
Reference | Related Articles | Metrics
Mechanism of personal privacy protection based on blockchain
ZHANG Ning, ZHONG Shan
Journal of Computer Applications    2017, 37 (10): 2787-2793.   DOI: 10.11772/j.issn.1001-9081.2017.10.2787
Abstract1566)      PDF (1120KB)(1404)       Save
Aiming at the problem of personal privacy protection in Internet car rental scenario, a personal privacy protection mechanism based on blockchain was proposed. Firstly, a framework for personal privacy protection based on blockchain was proposed for solving personal privacy issues exposed in the Internet car rental. Secondly, the design and definition of the model were given by participant profile, database design and performance analysis, and the framework and implementation of the model were expounded from the aspects of granting authority, writing data, reading data and revoking authority. Finally, the realizability of the mechanism was proved by the system development based on blockchain.
Reference | Related Articles | Metrics
Edge extraction method based on graph theory
ZHANG Ningbo, LIU Zhenzhong, ZHANG Kun, WANG Lulu
Journal of Computer Applications    2016, 36 (8): 2301-2305.   DOI: 10.11772/j.issn.1001-9081.2016.08.2301
Abstract356)      PDF (956KB)(292)       Save
Focusing on the issue that edges extracted by state-of-the-art exist some deficiencies including non-continuity, incompleteness, incline, jitter and notches etc., an edge extraction method based on graph theory was proposed, which considered the image as an undirected graph by regarding each pixel as a node and connecting two adjacent nodes in horizontal or vertical direction to constitute a side. The proposed method included three phases:in pixels similarity calculation phase, the weights were given to sides in undirected graph, which represented pixels similarity; in threshold determination phase, the mean of all the weights (the similarity of the whole image) was determined as a threshold; in edge determination phase, when weights on horizontal or vertical sides were smaller than the threshold, the left nodes of horizontal side and the upper nodes of vertical side were retained to constitute edges of the image. The experimental results show that the proposed edge extraction method based on graph theory is suitable for the images with obvious target and background, and can overcome deficiencies including non-continuity, incompleteness, incline, jitter and notches etc., and has anti-noise ability to Speckle noise and Gaussian noise.
Reference | Related Articles | Metrics
Plant leaf recognition method based on clonal selection algorithm and K nearest neighbor
ZHANG Ning LIU Wenping
Journal of Computer Applications    2013, 33 (07): 2009-2013.   DOI: 10.11772/j.issn.1001-9081.2013.07.2009
Abstract854)      PDF (782KB)(680)       Save
To decrease the time of classifier design and training, a new method combining the Clonal Selection Algorithm and K Nearest Neighbor (CSA+KNN) was proposed. Having the image preprocessed and getting the comprehensive features information from geometry and texture feature, the CSA+KNN was used to train and classify the plant leaf samples. The plant leaf database with 100 leaf species was applied to test the proposed algorithm, and the recognition accuracy was 91.37%. Compared with other methods, the experimental results demonstrate the efficiency, accuracy and high training speed of the proposed method, and verify the significance of texture features in leaf recognition. CSA+KNN method broadens the field of plant leaf recognition method, and it can be applied to create digitalized plant specimens museum.
Reference | Related Articles | Metrics
Endocardium and epicardium segmentation of left ventricle in cardiac magnetic resonance images based on directional Snake model
ZHANG Ning YU Xue-fei LU Guang-wen
Journal of Computer Applications    2012, 32 (07): 1902-1905.   DOI: 10.3724/SP.J.1087.2012.01902
Abstract919)      PDF (820KB)(628)       Save
Concerning that the edges of the endocardium and epicardium of the left ventricle in the cardiac Magnetic Resonance Imaging (MRI) images have different directions, a new directional active contour model in curve evolution framework was proposed for segmentation of endocardium and epicardium of the left ventricle. The curve evolution equation included a hybrid geometric flow with edge and region gray characteristics that were obtained from the image itself. The edge-based term in the geometric flow borrowed from extended Dynamic Directional Gradient Vector Flow (DDGVF) with fast marching method was utilized to guide the curve evolution towards the object boundaries with different direction. The region-based term borrowed from Chan-Vese (CV) model was utilized to prevent the curve from leakage under the influence of other edge components. The final curve evolution equation was dealt with level set method. The experimental results for gray and cardiac MRI images show that the proposed method can get better segmentation effects. It has certain application value for realizing myocardium auto-segmentation, evaluation and analysis of heart function based on cardiac MRI images.
Reference | Related Articles | Metrics
Analysis of kernel object of Linux 2.6
DING Xiao-bo, SANG Nan, ZHANG Ning
Journal of Computer Applications    2005, 25 (01): 76-77.   DOI: 10.3724/SP.J.1087.2005.00076
Abstract1070)      PDF (132KB)(1356)       Save
The new mechanism of Linux kernel v2.6 - kernel object was analyzed, including the structure, principle and functions of it. A method was provided to simplify the structure of directories.
Related Articles | Metrics